POV-Ray : Newsgroups : povray.general : mesh2 wants a texture but I want a material : Re: mesh2 wants a texture but I want a material Server Time
4 Aug 2024 12:20:57 EDT (-0400)
  Re: mesh2 wants a texture but I want a material  
From: Tim Cook
Date: 14 May 2003 19:48:32
Message: <3ec2d5d0@news.povray.org>
Txemi Jendrix wrote:
> You can use interior with mesh2 simply including it:
> texture { ...whatever... }
> interior { ...whatever... }

Tried it, that don't work...
#declare LCornea_1=
   texture{
     pigment{eyepigment}
   }
   texture{
     pigment{p_map8}
     normal{p_map9}
     finish{phong 1.00 phong_size 66 reflection{0.25 metallic}}
   }
   interior{
     ior 1.5
   }

Gives a Parse Error: Expected 'object or directive', interior found 
instead.  Remove the interior{} and it works.

-- 
Tim Cook
http://home.bellsouth.net/p/PWP-empyrean

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GFA dpu- s: a?-- C++(++++) U P? L E--- W++(+++)>$
N++ o? K- w(+) O? M-(--) V? PS+(+++) PE(--) Y(--)
PGP-(--) t* 5++>+++++ X+ R* tv+ b++(+++) DI
D++(---) G(++) e*>++ h+ !r--- !y--
------END GEEK CODE BLOCK------


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.